home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / Drakojan.swf / scripts / DefineButton2_1726 / BUTTONCONDACTION on(release).as
Text File  |  2006-07-21  |  551b  |  15 lines

  1. on(release){
  2.    _root.savefile.data.sec = _root.sec;
  3.    _root.savefile.data.pri = _root.pri;
  4.    _root.savefile.data.bombs = _root.bombs;
  5.    _root.savefile.data.life = _root.life;
  6.    _root.savefile.data.score = _root.score;
  7.    _root.savefile.data.secretfull = _root.secretfull;
  8.    _root.savefile.data.secretsuba = _root.secretsuba;
  9.    _root.savefile.data.mission = _root.mission;
  10.    _root.savefile.data.credits = _root.credits;
  11.    _root.savefile.data.fullgame = _root.fullgame;
  12.    _root.savefile.flush();
  13.    _root.saved.gotoAndStop(2);
  14. }
  15.